BaseGpsReceiverShowOnGoogleMaps(Int32) Method |
Displays the current position on Google maps in the default browser.
Namespace: ZylSoft.GpsAssembly: ZylGpsReceiver (in ZylGpsReceiver.dll) Version: 3.29.9208.19412
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic bool ShowOnGoogleMaps(
int zoom = 15
)
Public Function ShowOnGoogleMaps (
Optional zoom As Integer = 15
) As Boolean
Dim instance As BaseGpsReceiver
Dim zoom As Integer
Dim returnValue As Boolean
returnValue = instance.ShowOnGoogleMaps(zoom)
public:
bool ShowOnGoogleMaps(
int zoom = 15
)
member ShowOnGoogleMaps :
?zoom : int
(* Defaults:
let _zoom = defaultArg zoom 15
*)
-> bool
public boolean ShowOnGoogleMaps(
int zoom = 15
)
public function ShowOnGoogleMaps(
zoom : int
) : boolean
function ShowOnGoogleMaps(zoom);
METHOD ShowOnGoogleMaps(
zoom AS LONG := 15
) AS LOGIC
No code example is currently available or this language may not be supported.
Parameters
- zoom Int32 (Optional)
- Zoom level.
Return Value
Booleantrue, if succeeded.
See Also