I want to draw a route in google map with desites A & B directions
specidied,I am able to do this through google directs ,thanks to
goole..No i want to create a static map with only that route and hence
i need to get all the latitude and longitude details into CSV for 100M
distance of this route.
Is there any possible way as currently ...
I want to get the "Churches" nearby someplace, for example "Singapore".
Very similar with google map: Search nearby----first use googlemap to search one place, then click it and choose "Search nearby", after that it display the related infos, images, locations.
I want to collect these information based google map, insert them to my def...
I wonder if we know why the "reset to initial map state" button / functionality seems to have been dropped in Google Maps API v3?
In API v2, the hand button in the middle of the arrow buttons was a kind of "home" or "reset" button that retuned the map to its initial position and zoom level.
Not the end of the world of course, merely cu...
How would I use Google Maps API to plot a route? E.g to have a bunch of way points loaded onto the map (I currently have this) and draw a line from each of them showing the user a route they could take to see all of them? How would I then load this up when the user see's the map?
...
I'm using the new HttpClient class, part of the WCF REST Starter Kit, to authenticate to Google's Map Data service. I've got my ClientLogin authentication token, but I'm not sure how to take this instruction:
GET http://maps.google.com/maps/feeds/maps/userID/full
Authorization: GoogleLogin
auth="authorization_token"
and make...
Developing iphone application using makkit framework. I have got the map view integrated in the application. Wanted some help regarding performing search in a region (local search) using some api , I have tried exploring google java-script API and ajax api but cannot pin point my solution any help would be appreciated.
...
i'm trying to put a layer on top of my google maps to cover it up. There doesn't have to be any interaction with google maps, it's just one layer on top the other.
what i have now:
<div id="map">
<div id="overlay"></div>
</div>
in the map div i put my google maps, and the overlay layer has a background as big as the map div, b...
I want to implement a search functionality for iphone app where user can search for any kind of things like for punjabi food, dress, italian shoes etc. and the app should show all the locations in map view where punjabi food is available near by current user location.
can anyone let me know how I can achieve this?
...
I have a problem with googlemaps fitBounds functions.
for (var i = 0; i < countries.length; i++) {
var country = countries[i];
var latlng = new google.maps.LatLng(parseFloat(country.lat), parseFloat(country.lng));
mapBounds.extend(latlng);
}
map.fitBounds(mapBounds);
Some icons will be displayed outside the viewport / Visible are...
Hey Guys,
I've got a place I want to add on my map at a particular lat / lng. I'd like to display that on my map when the activity starts. How would I do this?
Thanks.
...
Is there Google My Map control available for free download, which use to draw shapes on the map
...
I'm using google maps in my application, and I have a webserver with a databse filled with lat/lon values. I want to mark them on the map, but I also want to cluster them together if they are within a certain pixel-distance of eachother.
I figure if I retrieve all my points from the database, I should be able to do something like this (...
I have an iPhone app that loads a client website into a UIWebView. Navigation between different parts of the website is provided by a UITabBar.
A couple of the client pages have embedded maps or links to map sites (Google Maps and whereis.com.au). When the UIWebView has loaded the embedded map or visited a linked map, it stops working. ...
this is my pic :
this is my code:
var myOptions = {
zoom: 13,
center: latlng,
mapTypeControlOptions: { style: google.maps.MapTypeControlStyle.DROPDOWN_MENU,position:google.maps.ControlPosition.TOP_LEFT},
mapTypeId: google.maps.MapTypeId.ROADMAP
};
var map = new google.maps.Map(d...
hi,
how to create a users location map based on the ip address. i collect the ip address of users coming to the site and i want to show a map with their location based on the ipaddress that I collected. Is there any map service which is available to use, i am fine if we need to pay anything to have more queries. thanks.
...
I am using Google map api V3, and in my application i m making gradable marker. Every thing is working fine except the marker icon while dragging.
What happens in Google Map V2 was it changes marker icon automatically when it was being dragged but in Google Map V3 when dragging the marker its icon doesn't change like it used to change i...
I draw on the map about a thousand of simple polygons using JavaScript API V3
I'm not so happy about performance, especially on IE - it takes about 90 seconds to draw all polygons and the map became hardly responsive
There is any chance Flash API deals with a large amount of polygons better then JavaScript?
...
Hello everyone. I'm currently developing an app for Android which uses google map service. Because users will be able to see thousands of markers I would like to load only those which are currently within the map bounds (i.e. when user look at specific map tile). I know how to do it with javascript/html. However, Android doesn't seem to ...
Here is my code.
function CICOverlay(json) {
/*
* @param is a json object containing the search parameters
* - IDReiseart
* - Hotelart
* - IDLand
* - Region
*/
this.param = json.param;
/*
* @zielgebiet is an Array containing name and geoda...
Hello everyone. I'm having problems with adding lines to the map in my android project. Basically, when I want to draw lines from point A to point B android is painting them just fine, but when I want to add another line later (say from point B to point C) android is removing the old line and drawing a new one. I guess it has something t...