OpenSpace Ordnance Survey Mapping API JavaScript Library Version 0.7.2 OpenSpace SupportService |
OpenSpace. SupportServiceQueries the API support service for items such as tile usage counts. ExampleThe following example shows how to add the large map control to the map: var osMap, screenOverlay, supportService; Summary
getTileCount
Sends a query to the support server to find out the current map tile usage and the maximum number of available tiles. Parameters
Returns{tileCount, maxTiles} Calls the callback function with the number of tiles used by this API key and the maximum number available. |
Sends a query to the support server to find out the current map tile usage and the maximum number of available tiles.
getTileCount: function( callback )