Generate a static map image by specifying map center, zoom, size, markers, labels, paths, and other parameters.
- Provider
- Amap Web Service API
- Input summary
- {"name":"location","type":"string","required":false,"description":"Map center point coordinates. Format: longitude,latitude (up to 6 decimal places). Optional if markers/labels/paths present."}, {"name":"zoom","type":"string","required":false,"description":"Map zoom level, range [1,17]. Optional if markers/labels/paths present."}, {"name":"size","type":"string","required":false,"description":"Map image size, format: width*height. Max 1024*1024."}, {"name":"scale","type":"string","required":false,"description":"Resolution: 1 for standard, 2 for high-definition (doubles size and zoom).","enum":["1","2"]}, {"name":"markers","type":"string","required":false,"description":"Markers overlay. Format: markersStyle1:location1;location2|... Max 10 markers. markersStyle: size,color,label or -1,url,0 for custom PNG."}, {"name":"labels","type":"string","required":false,"description":"Labels overlay. Format: labelsStyle1:location1;... Max 10 labels. labelsStyle: content,font,bold,fontSize,fontColor,background."}, {"name":"paths","type":"string","required":false,"description":"Paths/polygons overlay. Format: pathsStyle1:location1;... Max 4 paths. pathsStyle: weight,color,transparency,fillcolor,fillTransparency."}, {"name":"traffic","type":"string","required":false,"description":"Show real-time traffic: 0 no, 1 yes.","enum":["0","1"]}
- Output summary
- Not available
- Billing
- 1
- Freshness
- Not available
- Verification
- Not available