MapLocation

From Xojo Documentation

Class (inherits from Object)


New in 2020r2

Represents a location anywhere on Earth.

Constructors

Constructor(address As String, tag As Variant = Nil)


Constructor(latitude As Double, longitude As Double, tag As Variant = Nil)


Properties
Address fa-lock-32.png Latitude fa-lock-32.png Title
Animated Longitude fa-lock-32.png
Icon Tag

Notes

If you provide invalid coordinates or an invalid address when creating a MapLocation, an InvalidArgumentException will occur.

Compatibility

iOS project types on iOS and iPadOS operating systems.

See Also

MobileMapViewer class.