메소드 | 설명 | |
---|---|---|
Show ( GeoCoordinate center ) : void |
Shows the Maps application centered on the specified location.
|
|
Show ( GeoCoordinate center, double zoomLevel ) : void |
Shows the Maps application centered on the specified location, with the specified initial zoom level.
|
|
Show ( GeoCoordinate center, string searchTerm, double zoomLevel ) : void |
Shows the Maps application centered on the specified location, with locations matching the search term tagged on the map, and the specified initial zoom level.
|
|
Show ( string searchTerm ) : void |
Shows the Maps application centered on the current user location, with locations matching the specified search term tagged on the map.
|
|
Show ( string searchTerm, double zoomLevel ) : void |
Shows the Maps application centered on the current user location, with locations matching the search term tagged on the map, and the specified initial zoom level.
|
public Show ( GeoCoordinate center ) : void | ||
center | GeoCoordinate | The location that will be used as the center point for the map. |
리턴 | void |
public Show ( GeoCoordinate center, double zoomLevel ) : void | ||
center | GeoCoordinate | The location that will be used as the center point for the map. |
zoomLevel | double | The initial zoom level of the map. |
리턴 | void |
public Show ( GeoCoordinate center, string searchTerm, double zoomLevel ) : void | ||
center | GeoCoordinate | The location that will be used as the center point for the map. |
searchTerm | string | The search term that is used to find and tag locations on the map. |
zoomLevel | double | The initial zoom level of the map. |
리턴 | void |
public Show ( string searchTerm ) : void | ||
searchTerm | string | The search term that is used to find and tag locations on the map. |
리턴 | void |
public Show ( string searchTerm, double zoomLevel ) : void | ||
searchTerm | string | The search term that is used to find and tag locations on the map. |
zoomLevel | double | The initial zoom level of the map. |
리턴 | void |