Свойство | Тип | Описание | |
---|---|---|---|
HttpUri | |||
HttpsUri |
Метод | Описание | |
---|---|---|
GetImageBytes ( |
Retrieves a map and returns back the image bytes
|
|
GetMap ( Location center, int zoom, GMapsImageFormats imageFormat, bool sensor ) : byte[] |
Retrieves a static map image at a default size of 512x512 and using the specified image format.
|
|
GetMap ( Location center, int zoom, System size, GMapsImageFormats imageFormat, bool sensor ) : byte[] |
Retrieves a static map image at a default size of 512x512 and using the specified image format.
|
|
GetMap ( Location center, int zoom, bool sensor ) : byte[] |
Retrieves a static map image at a default size of 512x512 with the given parameters.
|
|
GetMapToStream ( |
Retrieves the map with the given request and writes the image bytes to the given target stream.
|
|
GetMapWithCenterMarked ( Location center, int zoom, bool sensor ) : byte[] | ||
StaticMapService ( ) : System | ||
StaticMapService ( |
public GetImageBytes ( |
||
mapOptions | ||
Результат | byte[] |
public GetMap ( Location center, int zoom, GMapsImageFormats imageFormat, bool sensor ) : byte[] | ||
center | Location | A location to center the map on |
zoom | int | Zoom level to use |
imageFormat | GMapsImageFormats | The format of the image |
sensor | bool | Pass true if the location was provided via a sensor |
Результат | byte[] |
public GetMap ( Location center, int zoom, System size, GMapsImageFormats imageFormat, bool sensor ) : byte[] | ||
center | Location | A location to center the map on |
zoom | int | Zoom level to use |
size | System | |
imageFormat | GMapsImageFormats | The format of the image |
sensor | bool | Pass true if the location was provided via a sensor |
Результат | byte[] |
public GetMap ( Location center, int zoom, bool sensor ) : byte[] | ||
center | Location | |
zoom | int | |
sensor | bool | |
Результат | byte[] |
public GetMapToStream ( |
||
mapOptions | ||
outputStream | System | |
Результат | int |
public GetMapWithCenterMarked ( Location center, int zoom, bool sensor ) : byte[] | ||
center | Location | |
zoom | int | |
sensor | bool | |
Результат | byte[] |
public StaticMapService ( |
||
baseUri | ||
Результат | System |