| AddBridge |
Adds a bridge object for browser communication. |
| AddCircle |
Adds a circle overlay to the map. (inherited from TTMSFNCCustomGoogleMaps) |
| AddHeatMap |
Adds a heat map overlay to the map. (inherited from TTMSFNCCustomGoogleMaps) |
| AddKMLLayer |
Adds a KML layer to the map. (inherited from TTMSFNCCustomGoogleMaps) |
| AddMarker |
Adds a marker at the specified coordinate. (inherited from TTMSFNCCustomGoogleMaps) |
| AddOverlayView |
Adds an overlay view for the marker. (inherited from TTMSFNCCustomGoogleMaps) |
| AddPolygon |
Adds a polygon to the map. (inherited from TTMSFNCCustomGoogleMaps) |
| AddPolyline |
Adds a polyline to the map. (inherited from TTMSFNCCustomGoogleMaps) |
| AddRectangle |
Adds a rectangle overlay to the map. (inherited from TTMSFNCCustomGoogleMaps) |
| CanGoBack |
Returns whether browser history can navigate back. |
| CanGoForward |
Returns whether browser history can navigate forward. |
| CaptureScreenShot |
Captures a screenshot of the browser surface. |
| Clear |
Removes all items from the collection or map layer. (inherited from TTMSFNCCustomGoogleMaps) |
| ClearCache |
Clears the browser cache. |
| ClearClusters |
Removes all marker clusters. (inherited from TTMSFNCCustomGoogleMaps) |
| ClearDirections |
Removes all directions items. (inherited from TTMSFNCCustomGoogleMaps) |
| ClearHeatMaps |
Removes all heat map overlays. (inherited from TTMSFNCCustomGoogleMaps) |
| ClearKMLLayers |
Removes all KML layers. (inherited from TTMSFNCCustomGoogleMaps) |
| ClearOverlayViews |
Removes all overlay views. (inherited from TTMSFNCCustomGoogleMaps) |
| DeInitialize |
Releases the browser and map surface. |
| EndUpdate |
Finishes an update batch and refreshes dependent map content. (inherited from TTMSFNCCustomGoogleMaps) |
| ExecuteJavaScript |
Executes JavaScript in the browser surface. |
| ExecuteJavaScriptSync |
Executes JavaScript synchronously and returns its result. |
| GetAddOrUpdateOverlayViewFunction |
Returns the add or update overlay view function. (inherited from TTMSFNCCustomGoogleMaps) |
| GetBridgeCommunicationLayer |
Returns JavaScript used for bridge communication. |
| GetDeleteOverlayViewFunction |
Returns the delete overlay view function. (inherited from TTMSFNCCustomGoogleMaps) |
| GetWebBrowserInstance |
Returns the underlying web browser instance. |
| 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. |