Method |
Description |
|
ConvertLatLngZToPoint ( LatLngZ latLng, BackgroundImage backgroundImage ) : PointF |
|
|
CreateSingleImageFromTiles ( Point topLeft, Point bottomRight, int zoom, string addressTemplate ) : Task |
|
|
DrawRouteOnImage ( Image image, IEnumerable pointsByRoute ) : void |
|
|
GetAddressTemplate ( DataContainer dataContainer ) : string |
|
|
GetBackGroundImage ( string addressTemplate, LatLng allLocations ) : Task |
|
|
GetTileImage ( int x, int y, int zoom, string addressTemplate ) : Task |
|
|
GetXTile ( double longitude, double n ) : double |
|
|
GetYTile ( double latitude, double n ) : double |
|
|
InitBackgroundImageTiles ( LatLng allLocations ) : BackgroundImage |
|
|
UpdateImageRectangle ( Point &topLeft, Point &bottomRight ) : void |
|
|