Google Maps Directions

Does the GoogleMaps control allow for directions to be placed on top of it? The Google Maps API library has its own documentation for it here but there is no documentation on the NSBwiki for this feature.

Anything you can do with Google Maps in Google’s docs should be possible with AppStudio.

Google has a huge amount of documentation on Maps - it’s a very extensive API. We don’t attempt to duplicate those docs - just give you enough information to get started with the API.

Start with the GoogleMapsAPIv3 sample. It uses the current version of the API, which Google updates almost weekly.

You’ll need to get at API key from Google to make effective use of it.

This might be a good place in Google’s docs to see how to get directions. The call which gets the directions service going is

directionsService = new google.maps.DirectionsService();