How to get a static map showing the boundaries of a city or municipality

I'm not sure where to start looking in the documentation, but I'm trying to upload images of city maps with their boundaries.

Like this...

Fort worth map including boundaries

Any help on startup would be greatly appreciated, I'm pretty new to api maps.

thanks

+8
google-maps google-maps-api-3 google-maps-api-2
source share
3 answers

There is currently no way to request a map with borders automatically displayed on it. It is best to pull the polygonal information from another system and make it using an encoded polyline if you use the static map API or the regular overlays in the JavaScript API.

+4
source share

Google Static Map API

Here

0
source share

here are some links to help you:

Geographic Borders of States / Provinces → Google Maps Polygon

EInsert Extension

Border - Google Maps app

Getting Environment Boundaries from the Google Maps API

https://stackoverflow.com/questions/8441467/can-you-draw-custom-search-boundaries-in-google-map

Ability to draw borders on Google Maps

0
source share

All Articles