how to assign my own entity to google maps entity

0
hi,    i am working on google maps integration i have address entity which have address attribute i downloaded google maps and it has its entity how i can display map with my address attribute. thankyou
asked
1 answers
0
  1. Make your own entity a specialization of the GoogleMaps Location entity.
  2. In a normal Mendix form, create your entities which are specializations of the Location entity;
  3. On commit by default the Location.address attribute is used to geocode the address to latitude and longitude via the Google Maps API
  4. If you want to show these entities by position (lontigude and latitude) on a Google Map, create the correct XPath constraint to your database.
answered