Google Maps
google maps: geocoding with text input fields
by jlagunas on Nov.26, 2008, under Google Maps
This google maps examples contains text input fields for the address, city, state and zip code which are then used to geocode and place a marker on that latitude and longitude. the markers themselves are clickable and contain its address.
note: you will need to download the Google Maps API for Flash SDK.
google maps: controls
by jlagunas on Nov.25, 2008, under Google Maps
Don’t feel like using the default controls that google provides? Well here is an example on using a ComboBox component for the different map types and a VSlider for zooming in and out.
note: you will need to download the Google Maps API for Flash SDK.
google maps: InfoWindowOptions.customContent
by jlagunas on Nov.25, 2008, under Google Maps
The following example continues from the previous post google maps geocoding service by using the customContent parameter to display an image instead of using the content parameter to display company information.
note: you will need to download the Google Maps API for Flash SDK Version 1.8a.
