Display a location on the built-in map with navigation options.Documentation Index
Fetch the complete documentation index at: https://docs.rebellapp.com/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
| Property | Type | Required | Description |
|---|---|---|---|
| latitude | Number | Yes | Latitude |
| longitude | Number | Yes | Longitude |
| name | String | No | Location name |
| address | String | No | Location address |
| scale | Number | No | Map zoom level (5-18) |
| success | Function | No | Callback on success |
| fail | Function | No | Callback on failure |
| complete | Function | No | Callback that always executes |