Getting/Setting StreetView Coordinates in TMSFNCMaps

Is there a way to set the Latitude and Longitude for the streetview option in TMSFNCGoogleMaps?
I can have multiple markers on a map and a corresponding listview.
I would like to show the streetview of the coordinates of selected address.

Is this possible using TMSFNCGoogleMaps?

Hi,

By using Options.StreetView.Enabled streetview is programmatically displayed at the current map's center coordinate. When the streetview position is moved, the new coordinate is returned with the OnStreetViewChange event.
Unfortunately there's currently no built-in function to show streetview at a custom coordinate.
However this is a good suggestion and we'll investigate if this can be added in a future version.

1 Like