Adding google maps markers by an address instead of coordinates?

In my Flex project, can I add markers by its address instead of this:

var myGeographicCoordinates:LatLng = new LatLng(myLatitude, myLongitude);

for example add marker by "Paris, France"

12
задан Matt 28 June 2013 в 17:47
поделиться