This operation was normalized from a MapmyIndia-generation specification. Validate its current Mappls host, path, package entitlement, authentication generation, and commercial availability before production use.
Call the operation
https://apis.mapmyindia.com/advancedmaps/v1/YOUR_REST_KEY/still_image?center=28.5959394%2C77.2255611https://apis.mapmyindia.com/advancedmaps/v1Parameters
centerrequiredA WGS-84 position coordinate that specifies the centre of the image requested.
28.5959394,77.2255611REST_KEYrequiredThe REST API licence key allocated to you by signing into our services and registering yourself as a developer.
YOUR_REST_KEYzoomThe zoom level for which the image is requested. Ranges from 4 to 18 with 18 being the highest zoomed in level.
15sizeThe size of the image requested in pixels as width x height .
400x400ssfscale factor indicating retina or non-retina tiles. 0 = non retina tiles 1 = retina tilesAllowed: 0 · 1
1markersOptional markers that you may want to add to the map tile. Specified by WGS-84 position coordinates, seperated by semi-colon.
28.5959394,77.2255611markers_iconThe URL of the Custom Marker.
https://img.icons8.com/material-outlined/96/000000/truck.pngBuild your request in eight languages
Change source-backed examples once, validate required inputs, and copy the synchronized cURL, JavaScript, Python, Java, C#, Go, PHP, or Ruby request. Credentials remain environment references, and this page never sends a provider request.
https://apis.mapmyindia.com/advancedmaps/v1/${MAPPLS_REST_KEY}/still_image?center=28.5959394%2C77.2255611&zoom=15&size=400x400&ssf=1&markers=28.5959394%2C77.2255611&markers_icon=https%3A%2F%2Fimg.icons8.com%2Fmaterial-outlined%2F96%2F000000%2Ftruck.pngcurl --request GET \
--url "https://apis.mapmyindia.com/advancedmaps/v1/${MAPPLS_REST_KEY}/still_image?center=28.5959394%2C77.2255611&zoom=15&size=400x400&ssf=1&markers=28.5959394%2C77.2255611&markers_icon=https%3A%2F%2Fimg.icons8.com%2Fmaterial-outlined%2F96%2F000000%2Ftruck.png" \
--header "Accept: application/json"Credential-safe by constructionSet MAPPLS_REST_KEY only in your trusted runtime. Code generation stays local. Sandbox execution sends only bounded fixture inputs to this developer platform and never reads a credential or calls Mappls.
Send a production-shaped request
Examples use environment-backed access tokens, explicit timeouts where supported, status checks, and JSON bodies derived from the source schema. Replace sample identifiers and coordinates with values from your application.
curl --request GET \
--url 'https://apis.mapmyindia.com/advancedmaps/v1/YOUR_REST_KEY/still_image?center=28.5959394%2C77.2255611'Responses
OK
Not found
Bad request
API access denied
Forbidden
Something went wrong
Internal server error
"https://kunalbharti.github.io/mapmyindia-rest-api-beta/custom/stillMapImageResponse.png"Operate it safely
This operation is evaluated independently from the request. Cache and retry according to its documented semantics.
Contract provenance
- Source file
contenthub/dochub/mapmyindia-rest-api/docs/custom/StillMapImageAPI.yml- SHA-256
c8559a5aaab9a21da769cd84bbeb2c4c3611f3371f49d5520e47039cd724e755- Normalization
- Fields are parsed from OpenAPI. Operational guidance and language samples are generated and labeled separately.
- Source record
- Open repository audit