App Widgets & Deep Links
Embeddable Mappls experiences for places, directions, 3D views, RealView, and app hand-off.
Use universal URLs and embeddable widgets when you need a polished Mappls experience without owning a full map or navigation integration. Most app widgets need no API credential, making them ideal for content, support, campaigns, and lightweight product surfaces.
Capabilities
Available platforms
Keep business identifiers and server-side policy portable; use the native surface where device integration or long-lived state matters.
Often credential-free
Use an API key only when the selected widget explicitly requires one; validate and encode all user-provided URL parameters.
- 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.
<a
href="https://mappls.com/MMI000"
target="_blank"
rel="noopener noreferrer"
>
Open this place in Mappls
</a>Operate the complete lifecycle
These blueprints name every state, actor, command, event, invariant, durable record, retry boundary, failure recovery, source contract, and operational signal.
Application-owned widget selection
Launch a Mappls widget, recover through a useful fallback, validate a narrow candidate, commit it deliberately, invalidate stale selection, and submit one durable business record.
statefulEntitled RealView remote inspection
Qualify paid RealView entitlement, open one browser-visible-token viewer attempt, handle the documented no-imagery signal safely, and turn human observations into a reviewed business record without inventing panorama metadata.
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 44 related integration guides