ITMSFNCCustomMaps Interface
Generates provider-specific script fragments and lifecycle operations for a map instance.
API unit family: TMSFNCMaps
Extends: IInterface
Syntax
ITMSFNCCustomMaps = interface(IInterface)
Methods
| Name | Description |
|---|---|
| DestroyMaps | Executes destroy maps. |
| GetAddCoordinateToArray | Returns add coordinate to array. |
| GetAddHoleToArray | Returns add hole to array. |
| GetAddOrUpdateMarker | Returns add or update marker. |
| GetAddOrUpdatePolyElement | Returns add or update poly element. |
| GetClosePopup | Returns close popup. |
| GetDelayLoadEvent | Returns delay load event. |
| GetDeleteMarker | Returns delete marker. |
| GetDeletePolyElement | Returns delete poly element. |
| GetGetBounds | Returns get bounds. |
| GetGetCenterCoordinate | Returns get center coordinate. |
| GetGetZoomLevel | Returns get zoom level. |
| GetGlobalVariables | Returns global variables. |
| GetHeadLinks | Returns head links. |
| GetHeadStyle | Returns head style. |
| GetIdentifier | Returns identifier. |
| GetInitializeCoordinateArray | Returns initialize coordinate array. |
| GetInitializeEvents | Returns initialize events. |
| GetInitializeHolesArray | Returns initialize holes array. |
| GetInitializeMap | Returns initialize map. |
| GetLatLonToXY | Returns lat lon to xy. |
| GetMapsServiceCheck | Returns maps service check. |
| GetResetMap | Returns reset map. |
| GetSetCenterCoordinate | Returns set center coordinate. |
| GetSetZoomLevel | Returns set zoom level. |
| GetShowPopup | Returns show popup. |
| GetUpdateOptions | Returns update options. |
| GetXYToLatLon | Returns xyto lat lon. |
| GetZoomToBounds | Returns zoom to bounds. |
| IsValid | Returns is valid. |
| RemoveScripts | Executes remove scripts. |