TGetBrowserType

This function decides what type of browser the maps API is being used in.
public TGetBrowserType():String

Parameters

  • void
  • Returns

  • String -Returns the browser type the maps API is being used in.
  • Example

    The following example shows how to get the browser type.
    <div id="mapContainer"  style="width: 640px; height: 400px;"></div>
    <script type="text/javascript">
        var browser = TGetBrowserType(); 
    </script>