| AppliBuilder
User Documentation |
The Google map component generates a map for your application. The map can be added to the page and interacted with.
When the component is first added it points to the default location (Latitude: 37.4419, Longitude: -122.1419) and the default zoom level(13). A marker is automatically placed at the location and blank description of the marker is created.
Double clicking the map will take you to the properties page where static Latitude and Longitude can be changed.
The Google Map component also allows you to geocode American addresses. Providing the Address, City, State and Zip in the properties form allows the component to geocode the address and display it in the map. Description of the point can be provided int the Description attribute
You can change properties of the Gmaps Component in the following way:
var map = getElementObjectByName('Map');
map.street = add;
map.city = city;
map.state = state;
map.zip = zip;
map.latitude= lat;
map.longitude= lon;
Google Map Widget is currently able to mark only one location. Showing multiple locations involves changing the info within the Widget and reloading it.
Geocoding is in a demo stage hence the program can geocode most addresses but not all.
| ©
2006 Applibase, Inc. |