TTMSFNCBingMaps Class
Displays interactive Bing Maps with markers, shapes, and browser-backed provider services.
API unit family: TMSFNCBingMaps
Inherits from: TTMSFNCCustomBingMaps
Syntax
TTMSFNCBingMaps = class(TTMSFNCCustomBingMaps)
Properties
| Name | Description |
|---|---|
| Polygons | Provides access to the polygons displayed on the map. (inherited from TTMSFNCCustomBingMaps) |
Methods
| Name | Description |
|---|---|
| AddBridge | Adds a bridge object for browser communication. |
| AddPolygon | Adds a polygon overlay to the map. (inherited from TTMSFNCCustomBingMaps) |
| 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. |
| DeInitialize | Releases the browser and map surface. |
| 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. |