Skip to main content
1-Visitor
November 2, 2015
Question

Adding Locations to Infotable

  • November 2, 2015
  • 1 reply
  • 3454 views

Hi.

I want to Display multiple Locations on the Google Map.

Now, for multiple Display

I have Created an infotable with 2 Locations, keeping Base Type as Location, ​but its not  accepting the Default values once it is saved.

[I have to bind these data's to google map to display Locations]

how can i get it..?? can any one suggest me..?

Thanks.

1 reply

5-Regular Member
November 2, 2015

Arpitha, setting default values on a DataShape should reflect on the Infotable to which the DataShape is currently assigned too. For example, if you open your Infotable property and add/ set values/ entries, the default value you've set in the DataShape should be there.

1-Visitor
November 3, 2015

Hi Aanjan, Thanks For your reply.

As you have mentioned above i am getting the default values in the add entries of infotable Property.But when i am binding all data from the service GetImplementingThingsWithData to the google map. I am unable get this Infotable name in the LocationField of the google map property.

How can i get this Infotable name there..?

5-Regular Member
November 3, 2015

Arpitha, although GetImplementingThingsWithData will list the Things associated with the Template along with properties and values, what you need here is a service like GetProperties which would retrieve your properties associated to that Thing specifically. You can then either bind this Infotable property directly onto a specific data point on the widget, or drop all data onto the widget. Now LocationField should be available in the drop down menu.