Using Google v3 API with mapstraction
-
Hello I just started using Geo Mashup and I am wondering if It’s possible (and how) to use Google Maps v3 API javascript goodies and overally whole google api with map generated by geo mashup? As I see the map in V3 engine is generated as a mapstraction class and adding for example after
GeoMashup.addAction( 'loadedMap', function ( properties, map )event listener to user click, drag, center_changedgoogle.maps.Event.addListener( map, 'center_changed' ...and so on events doesn’t work. I know mapstraction has api on it’s own but I prefer to use the map as a google map instead of mapstraction map.
The topic ‘Using Google v3 API with mapstraction’ is closed to new replies.