Set latitude and longitude

You can post a location as you describe on a map using different ways depending on where your location information is stored.

  • use the Map component :Use the design time Marker control on a Map component with a List of venues (possibly as a ListofPairs).

A simple way that shows how to place the Marker. Extracting and displaying GPS coordinates - #4 by SteveJG . You need to adapt it to work with a List or ListView.

Two complex app examples you could adapt to use lots of venues. They use run time Markers and a database.

1 Like