TTMSFNCHere Class
Displays interactive HERE maps with markers, shapes, heat maps, and browser-backed provider services.
API unit family: TMSFNCHere
Inherits from: TTMSFNCCustomHere
Syntax
TTMSFNCHere = class(TTMSFNCCustomHere)
Properties
| Name | Description |
|---|---|
| HeatMaps | Provides access to the heat maps displayed on the map. (inherited from TTMSFNCCustomHere) |
| Options | Provides access to the provider-specific map options. (inherited from TTMSFNCCustomHere) |
| Polygons | Provides access to the polygons displayed on the map. (inherited from TTMSFNCCustomHere) |
Methods
| Name | Description |
|---|---|
| AddBridge | Adds a bridge object for browser communication. |
| AddHeatMap | Adds a heat-map overlay to the map. (inherited from TTMSFNCCustomHere) |
| AddPolygon | Adds a polygon overlay to the map. (inherited from TTMSFNCCustomHere) |
| CanGoBack | Returns whether browser history can navigate back. |
| CanGoForward | Returns whether browser history can navigate forward. |
| CaptureScreenShot | Captures a screenshot of the browser surface. |
| ClearCache | Clears the browser cache. |
| ClearHeatMaps | Removes all heat-map overlays from the map. (inherited from TTMSFNCCustomHere) |
| DeInitialize | Releases the browser and map surface. |
| EndUpdate | Ends a batched update and refreshes provider-specific overlays. (inherited from TTMSFNCCustomHere) |
| ExecuteJavaScript | Executes JavaScript in the browser surface. |
| ExecuteJavaScriptSync | Executes JavaScript synchronously and returns its result. |
| GoBack | Navigates back in browser history. |
| GoForward | Navigates forward in browser history. |
| Initialize | Initializes the browser and map surface. |
| IsFMXBrowser | Returns whether the active browser is the framework browser. |
| LoadFile | Loads a local file into the browser surface. |
| LoadHTML | Loads HTML content into the browser surface. |
| NativeBrowser | Returns the native browser pointer. |
| NativeDialog | Returns the native dialog pointer. |
| NativeEnvironment | Returns the native browser environment pointer. |
| Navigate | Navigates to the configured map URL. |
| Reload | Reloads the browser surface. |
| RemoveBridge | Removes a browser communication bridge. |
| ShowDebugConsole | Shows the browser debug console. |
| StopLoading | Stops the current browser load operation. |