MapLocation.Constructor(latitude As Double, longitude As Double, tag As Variant = Nil)
From Xojo Documentation
Constructor
Creates a MapLocation at the latitude and longitude with the tag passed.
Notes
If latitude or longitude passed is not valid, an InvalidArgumentException will occur.
Sample Code
Create a location for the White House: