This is a migrated thread and some comments may be shown as answers.

DB Connecion with MAP

1 Answer 33 Views
Map
This is a migrated thread and some comments may be shown as answers.
Ram
Top achievements
Rank 1
Ram asked on 10 Dec 2014, 11:09 AM
Hi ,I have been trying to generate map ,From the database lat,lon I want to create map  dynamically  ,how to do it I want to use MYSQL & JAVA .Also have attached a map digram please find

1 Answer, 1 is accepted

Sort by
0
Alexander Popov
Telerik team
answered on 12 Dec 2014, 09:58 AM
Hello Ram,

Basically, you the Map widget needs a web service that provides the markers information in JSON format. For example: 
[{"latlng":[30.2675,-97.7409], "name": "Zevo Toys"},
{"latlng": [30.2707,-97.7490],"name": "Foo Bars"},
{"latlng": [30.2705,-97.7409],"name": "Mainway Toys"},
{"latlng": [30.2686,-97.7494], "name": "Acme Toys"}]
Here is a demo illustrating how the above works. Implementing the service however, is not directly related to Kendo UI and is beyond the scope of our support services.

Regards,
Alexander Popov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Map
Asked by
Ram
Top achievements
Rank 1
Answers by
Alexander Popov
Telerik team
Share this question
or