Hi ,
Im currently deploying my ASP.NET page and my Subgurim Google map
worked fine I checked my API code and it seems to be correct but im
getting no info on my map.
This is my coding: NOTE : Address is determined by which home was
loaded but this side works
string fulladdress = string.Format("{0}.{1}.{2}", "",
strSuburbs, strBrakpan);
string skey =
ConfigurationManager.AppSettings["googlemaps.subgurim.net"];
GeoCode geocode;
geocode = GMap1.getGeoCodeRequest(fulladdress, skey);
var glatlng = new
Subgurim.Controles.GLatLng(geocode.Placemark.coordinates.lat,
geocode.Placemark.coordinates.lng);
GMap1.setCenter(glatlng, 16,
Subgurim.Controles.GMapType.GTypes.Normal);
var oMarker = new Subgurim.Controles.GMarker(glatlng);
GMap1.addGMarker(oMarker);
and here is the my web address:
http://www.homedivas.net/HomeDivas_Home.aspx?iHomeID=2
Thanks a mill
--
You received this message because you are subscribed to the Google Groups
"Google Maps API V2" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-api?hl=en.