I have a string that acts as the URL of a googleMaps image in my interface, and I change it It should be enabled at arbitrarily at the zoom level, I have found:
string coordinates = latitude + "," + longitude; String URL = "http://maps.googleapis.com/maps/api/staticmap?centre=" + Coordinate + "and Zoom = 12 & Size = 400x400 and Markers = Color: Red;" + Coordinate;
Where the zoom level on the image is determined by the number after the "& amp; zoom =" tag, how can I change this number efficiently?
No comments:
Post a Comment