Click or drag to resize

BaseGpsReceiverShowOnGoogleMaps(Int32) Method

Displays the current position on Google maps in the default browser.

Namespace: ZylSoft.Gps
Assembly: ZylGpsReceiver (in ZylGpsReceiver.dll) Version: 3.28.8737.22596
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public bool ShowOnGoogleMaps(
	int zoom = 15
)

Parameters

zoom  Int32  (Optional)
Zoom level.

Return Value

Boolean
true, if succeeded.
See Also