Generate Image of Google map [closed] - c#

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want to allow end users of my website to generate image of google map. How is this possible after the User has selected its location on google map and can then generate the image.

It's not allowed. See here:
https://developers.google.com/maps/faq#tos_screenshots
Use of Google Maps imagery in printed materials and offline media is
subject to the Permission Guidelines published at:
http://www.google.com/permissions/geoguidelines.html
you can request permission, but I don't think it's easy to obtain, unless you are a paying business customer.

Besides the "not allowed" part, there might be a way to let your users download the Google Map screen. However this will take some programming. Here is the basic idea:
When the users interact with the Google Map on your page, you can keep track of the used zoom and map boundaries as well as the selected location. With these values, you can use the Google Static Maps API to let your users download a static image.

Related

Generate floor map from Active Directory [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
This is probably not possible, but I would like to create an interactive floor map where the offices are static but the person name keeps changing. The information must come from Active Directory, and the map must be displayed on SharePoint.
Is this possible? What do you suggest the best approach to solve the problem?
Do we need to develop a full SharePoint webpart? Is there something in the market?
Any input is truly welcomed.
Thanks You.
I've seen something similar with reporting services before but not using active directory as a data source, if you can dump AD to a database or access it similarly reporting services wouldn't be a terrible option. You would just set a jpg of a blank map as a background and place a 'table' with values on each individual desk/office, it was quite time consuming but it ended up working fairly well. And I'm sure MS has some sort of integration between reporting services and sharepoint.

Draw Line on Google Map using C# [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am using Google MAP Integration using C#. Now I wish to create Screen Line function. In short I just want to draw between two points on a click event on Google Map.
Let me know if you need to detail on the problem.
Here's how to do it using the Javascript API v3:
https://developers.google.com/maps/documentation/javascript/overlays#Polylines
But it sounds like you may be using some sort of control that does it for you in C#. I'm going to guess because you haven't provided more information about what you are using to create the map, but let's assume you're using:
http://googlemap.codeplex.com/
(Which is a great Google Maps control for WebForms). This Control has a polyline extender which does what you need to, located here:
http://googlemap.codeplex.com/wikipage?title=GoogleMap%20Control%206.0&referringTitle=Documentation
Which is downloadable here:
http://googlemap.codeplex.com/wikipage?title=GooglePolyline6
There is information on the PolyLine class in their documentation here:
http://googlemap.artembg.com/docs/
If this doesn't answer your question, please provide more information about the Google Maps implementation you are using.

Where to store information for a character's abilities [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I am currently working on an rpg using unity 3D, and I have hit a roadblock. I have a few classes that the player can play as, and I can't figure where to store the information for the abilities they can use. I have a script to hold the info after they are initialized, but I can't figure out where to put the info so that I can pull from it later.
I have considered using XML files, but I realized that they were too easy to be tampered with by the end user. I also thought of using enums, but I can't figure out how to access the correct one when initializing. Any suggestions?
You can embed the information in the exe itself.
You can do this by adding resource to your project and setting its build action to embedded resource.
Also use AES for encryption and decryption of data when you are writing to the resource.
XML is not a bad idea. You could encrypt the XML data to prevent tampering, or store a checksum, to detect it.

URL Tracking URL [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
We are programming a website which use UPS as shipping method. Administrator of the site must approve every order manually, create things propertly with UPS and then just get the tracking number and put it in our system. So we do not use any API from UPS or anything.
Is there a "static" URL like : http://ups.com/apage/{0} we may format to replace the {0} by the tracking number that the administrator will enter in our system?
I know I could search in google, but I'm not realy sure of what to write after UPS URL Tracking number didn't results me anything usefull.
You are required to use the UPS API when interacting with their system to either track packages or manage shipments. Any other use is in violation of their terms of service.
I don't know their terms of service as others have mentioned, but GMail just links to the following when it finds a tracking number in a message. I would assume you could use the same:
http://wwwapps.ups.com/WebTracking/processInputRequest?TypeOfInquiryNumber=T&InquiryNumber1=TRACKINGNUMBER
I'm sure this could end up changing at some point down the road.

c# Visa 3d Secure Implementation [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
can someone give a sample implementation of 3d secure for an ecommerce application?
Implementation depends on payment gateway providers. you will have to contact their support or check their manual for it.
I have worked with "The Logic Group" and BT payment gateway providers in UK so if you are using one of these then let me know I can be of some help.
You didnt give a lot of information in your question. Your options depend on what you're attempting to acheive.
Your options are either
You're integrating with a payment service provider. Most will offer 3d secure processing, ask them for help.
You're rolling your own 3d secure service. In this case you will need to either purchase or develop an MPI (Merchant Plug-In) that passes the 3dsecure messages to Visa and MasterCard. In this case your best option is to purchase an MPI from a 3rd party vendor, otherwise be prepared for a lengthy and costly integration directly with Visa and MasterCard.

Categories