Can I use Google Maps Data API to get the IP Address informations such as Country, LatLong, City, etc. The result will be in JSON or XML format that I can parse through C#. Is there any C# Library for Google Maps Data API?
I found this interesting site
http://www.ipinfodb.com/ip_location_api_json.php
this guys even offer their IP addre...
Hello.
I'm creating a dynamic map with the Google Maps API and I'm getting hard to understand errors from only certain markers. My page is located at:
http://dmatesic.com/RaC/Customized%20Google%20Map/google_map.html
My (long) java script source file is located at:
http://dmatesic.com/RaC/Customized%20Google%20Map/js/google_map.js
E...
I am using google map in my website ,and I'm facing one problem with iframe:
If I call google map in the <iframe> the dragging section is coming struck in firefox and google chrome.. but in internet explore is working but a small struck i facing..
How can I remove this dragging problem from google map? I face this problem only in ifram...
How do I set the zoom level to show all the markers on Google Maps?
In my Google Map there are different markers in different positions. I want to set google map zoom level based on the range of markers (that means in the view of google map, i want to see all markers)
...
friends,
while testing application on eclipse using emulator google map is being displayed properly.
but when i exported application to publish it.
google map is gone.
can any one guide me what mistake am i doing??
any help would be appriciated.
...
Hi,
I am trying to implement google map api into one of my web page which is generated by jsp document, and I am having trouble getting it work. I found some jsp taglibrary by www.lamatek.com/GoogleMaps, but it doesn't seem to work.(I mean even examples on their web site don't work)
Has anyone done work on google map in jsp document...
I need to add an ability for users of my site to add new marks with text description. I see that Google map has such button, but I cannot find any description about adding this button to my map.
...
For my CS bachelors I am doing a Senior project using android and google maps.
My vision was to do a (relatively) simple Dijkstra shortest path using google maps road data. I was going to add elevation change along with 2D distance. I am doing well playing with maps in android but I am completely stumped trying to access google maps dat...
What are other ways to embed Google maps?
...
Hi,how can i add different overlays at different zoom levels ? For instance i have an overlay image of a festival area that ive added onto the map which is great. But when the user zooms out i want to change the image that the user see's .Does anyone know how to do this?
...
I am trying to make a map where a user can outline any shape they would like. But I am running into an issue where users can select points that will make the lines of the polygon cross and exclude area's that I would like to include.
To see what i'm talking about go to this page and take the following steps:
click 4 points to make ...
Hello,
I use google maps marker. I have array of info to be shown with info window. I have tried like this,
markers = xml.documentElement.getElementsByTagName("marker");
for (i = 0; i < markers.length; i++)
{
info = markers[i].getAttribute("info");
GEvent.addListener(markers[i], "click", function(info) {
this.open...
I want to add a custom overlay (a png) in the middle of the ocean. This is fine for high to medium zoom levels, but at lower zoom levels Google maps doesnt have any imagaery for the tiles.
I want to be able to overlay these data-less tiles with images of the sea, but i am aware that using one huge png is bad practice, so I'd like to be ...
I'm trying to customize the icons drawn by the GDirections object. I've got a list of lat long coordinates which I use to construct a path. However, I can't find any way of customizing (or even turning off) the markers that are automatically placed by the API.
var map;
map = new GMap2(document.getElementById("map_canvas"));
.... //get ...
I want to show a custom image with some data in it while clicking map overlay that i have added to google map in android.
Can any one guide me how can i create that custom image or thing to be displayed on google map with some data on it?
some body told me to go for custom view but i have no idea about them.
...
I would like to store a user enter location and could do with some pointers on how to go about it.
Input - I wish to allow the user to enter a location using either a map (eg Google maps) or text input.
Storage - I believe it would make sense to store the location as the longitude and latitude.
Manipulation and Display - I'd like to d...
Hello,
I am trying to embed a Google Map into a dynamic webpage. The only variable the map depends on is the address of a business. That address comes from the website's database. I cannot just statically generate embed code for each dynamic page using the same set up. Is there a way I can embed a map based on that address and show a ma...
i have this MySQL statement from a search page, the user enters there postcode and it finds the nearest stiocklist within 15 MIles of the entered postcode.
SELECT * , (
(
ACOS( SIN( "+SENTLNG +" * PI( ) /180 ) * SIN( s_lat * PI( ) /180 ) + COS( " + SENTLNG +" * PI( ) /180 ) * COS( s_lat * PI( ) /180 ) * COS( (
" + SENTLANG + " - s_ln...
I have GoogleMaps-object. Also I have SouthWest and NorthEast point in GLatLng-format. Also I have (x,y) of cursor over my object. I want know GLatLng under cursor without use map.onMouseMove (only use DOM-onMouveMove). I try write JavaScript-code:
var w = map.getSize().width;
var h = map.getSize().height;
var le...
I have a vehicle tracking system and I have a flash map which can
request a map from my map server or a map from google map api.
I do not understand the limitation of map api. It says "If more than
15,000 geocode requests in a 24 hour period are received from a single
IP address..."
Does this is limited only with my server or the limit i...