Products/Core location
stateless8 platforms6 source families
Render the world

Maps

Fast, expressive vector and raster maps across web, mobile, hybrid, and embedded apps.

Start building Get credentials

Build location experiences with global basemaps, India-first detail, 3D buildings, traffic, custom styles, annotations, GeoJSON, KML, heatmaps, raster catalogues, and camera controls. Use native SDKs for deep platform integration or Web Maps JS for the fastest path to an interactive map.

Capabilities

Vector and raster basemapsProduction guidance, platform support, examples, and operational considerations included.01
Markers, shapes, layers, and overlaysProduction guidance, platform support, examples, and operational considerations included.02
Traffic and thematic visualizationProduction guidance, platform support, examples, and operational considerations included.03
Custom styles and camera controlsProduction guidance, platform support, examples, and operational considerations included.04
Static and travelled-route imagesProduction guidance, platform support, examples, and operational considerations included.05
Offline and embedded map packagesProduction guidance, platform support, examples, and operational considerations included.06

Available platforms

Keep business identifiers and server-side policy portable; use the native surface where device integration or long-lived state matters.

Static key or access token

Use a domain-restricted static key for browser SDKs and server-issued credentials for trusted backends.

  • Use separate projects for development, staging, and production.
  • Apply the narrowest domain, IP, platform, product, and resource scopes available.
  • Never ship a server secret in a browser bundle, mobile binary, prompt, or public repository.

Quickstart

Replace placeholders with credentials from the developer console. Examples include the lifecycle and failure-handling context that short snippets usually omit.

Maps quickstart
<!doctype html>
<html>
  <head>
    <script src="https://sdk.mappls.com/map/sdk/web?v=3.0&access_token=YOUR_STATIC_KEY"></script>
    <style>html, body, #map { height: 100%; margin: 0; }</style>
  </head>
  <body>
    <div id="map"></div>
    <script>
      const map = new mappls.Map("map", {
        center: { lat: 28.612964, lng: 77.229463 },
        zoom: 12
      });
    </script>
  </body>
</html>
Before productionRestrict and rotate credentialsHandle timeouts and typed errorsAdd tracing without logging secretsTest quota and degraded-mode behavior

Source repositories

Reference content is reconciled against these public and private source families. Version, authentication generation, and maturity are recorded before content is promoted.

Browse all 58 related integration guides