Page History
...
Retrieving an Image Centered on a Location
This API retrieves a JPEG image using the center point of a location.
URL Format
http://[RC][NUMBER].nearmap.com/staticmap?center=[CENTER LAT LON]&
size=[WIDTHxHEIGHT]&zoom=[ZOOM]&date=[DATE]&
httpauth=false&apikey=[YOUR API KEY]
...
Getting a Bounded Image for a Location
This API retrieves a JPEG image of a location using a bounding box.
URL Format
http://[RC][NUMBER].nearmap.com/staticmap?bbox=[BOUNDING BOX]&
zoom=[ZOOM]&date=[DATE]&httpauth=false&apikey=[YOUR API KEY]
...