-
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs'
I did it and i am going to explain step by step. The explanatination may appear long but its simple if you follow. Note: All the softwares i have used are the latest and i have packaged them and provided them in the link below. I use Nokia N96
1) RootSign smartComGPS and install it on your phone(i…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am trying to use the Bing Maps Ajax Control to plot pins of locations stored in a database to the bing map on a web page. All the locations are geocoded and the lat longs stored in the database. I am using ASP.NET (C#), but can't figure out or find any tutorials on how to go about doing this. All…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I am building jsf component for map servers and I was wondering if it is possible to use gdata maps api to update or retrieve new map which isn' t user map or i have to create Javascript binding for JSF.
Regards
Jan
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
On my site here, the SteetView control, aka "Pegman", works great under Firefox. Under IE (7 in this case, but tested on 8 as well - same result) it breaks the display of the pegman control.
Here's my map code:
var directionsDisplay;
var directionsService = new google.maps.DirectionsService();
var…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I did find a solution for this on Google map api page, and I made the following changes as mentioned in it.
1.Use Google Maps API for Flash version 1.9a or later.
2.Add the following to your Flash application before the map is instantiated: Security.allowInsecureDomain("maps.googleapis.com");
Ref:http://code…
>>> More