I have the following requirement and looking for advice for the best method for implementing bing maps in an Access 2013 application.
Enter an address into a field and have bing maps geocode and return the lat longs.
Apply the lat longs and display a push pin to a bing map embedded in an Access form.
The bing map needs to have controls available (panning, zooming etc...).
I've played around with using the REST services but as far as I can tell you can only use static maps. I've also used various urls (www.bing.com/maps/default.aspx) but you don't get as much control of the display of the map.
I'm just looking for ideas and suggestions for best practices.
