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

Suggested RadControl: RadMap (or RadGoogleMap)

13 Answers 203 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Robin
Top achievements
Rank 1
Robin asked on 20 Sep 2010, 06:29 PM
Hi,

I think it'd be useful to have a control that would display a google/mapquest or whatever map in a panel, styled or not, and have a locations collection.

Each location has a lat/long, description field (html code or text). The description field could use a CSS Class to style the html inside it and so on. The description contents would be in a pop-up bubble that could be shown or not by default and the marker could be clicked to show/hide the bubble.

Each time a web site is developed, should the company/client have a location, it would be useful to be able to drop a RadMap control, specify which map interface to use (google/mapquest,etc.), add location(s) and the control would generate and set the starting position for the map including zoomlevel, either map/satellite/topography and so on.

This could be really useful when tied to a "find closest location to you" scenario where all locations could be added to a map and you could have links that would change the focus point of the map window.

What do you think?

13 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 23 Sep 2010, 11:12 AM
Hello Robin,

Thank you for the suggestion. At point I cannot tell when or if we could provide such control but of course if there are more customers looking for such functionality in their application, we will consider adding such product in our portfolio.


Kind regards,
Georgi Tunev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Jonx
Top achievements
Rank 2
answered on 30 Jan 2011, 05:24 PM
Hello,
I need such a component too. Working in a grid's cell tooltip...
Thanks,
John.
0
Georgi Tunev
Telerik team
answered on 01 Feb 2011, 01:44 PM
Hi John,

Thank you for your input - your vote has been logged.


Best wishes,
Georgi Tunev
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Darnell
Top achievements
Rank 1
answered on 20 Jun 2011, 07:24 PM
I need this functionality as well.
0
Sebastian
Telerik team
answered on 21 Jun 2011, 08:43 AM
Hi guys,

Thank you for your feedback. It will be channeled to our devteam for further consideration. We will appreciate if you outline the features that you will find useful for such a component which surpass those provided by Google Maps and the Google Maps API. 

Note that currently we do not have plans to add a mapping component to our ASP.NET AJAX suite, however you may consider integrating our Silverlight RadMap control in AJAX application as illustrated in this blog entry.

Greetings,
Sebastian
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Jonx
Top achievements
Rank 2
answered on 21 Jun 2011, 03:46 PM
Hello Sebastian,
Very good news.

For a first version I only need to be able to:
  • display a map,  from a physical address
  • display a map from latitude and longitude
  • add a pin to it
  • display the adresse in a popup over that pin

In the next version having the possibility to display a map to my user, let him click on it and as a result get the address and coordinates from where he clicked would be really nice.

Any idea of a timeframe for an eventual release?

Looking forward to it :)

John.
0
Sebastian
Telerik team
answered on 21 Jun 2011, 04:02 PM
Hello John,

Thank you for sharing your opinion. Still I do not see anything in the list that is not provided by the Google Maps control and its public API - am I leaving something out? I also believe that these features are supported by our Silverlight map component. 

Best regards,
Sebastian
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Darnell
Top achievements
Rank 1
answered on 21 Jun 2011, 04:10 PM

I need some of the same things but some additional ones.  Everything I need will only be used in Silverlight.

  1. I need to be able to put a pin on the map at a certain location.
  2. Give directions from one pin to another pin.
  3. Be able to zoom in from the country level to the street level.
  4. I too need to display the address for each pin when clicked as well as additional information.
  5. Also, I need the user to have the ability to pan once zoomed in to the street level.

 

0
Jonx
Top achievements
Rank 2
answered on 21 Jun 2011, 04:20 PM
Ha!
I thought I did not get your question correctly...
So maybe I did get the whole thing wrong...

Then all that is missing would be a GoogleMapProvider, right?

Your control seems to support all those features but using a bingprovider, right?
It would be enought for me to have a googlemap provider right now... Maybe it exists already?

Then, finding you features missing from the google maps API is not easy, I do not know the API enought for that...

I'm looking for methods to calculate distance between two points taking in account the fact that the earth is not flat...
Or the possibility to follow an object on a map from whom I have the coordinates...
But I won't need those features in my project before several months and also maybe they exists in the existing google API...

Let's what other need ;)
John.
0
Darnell
Top achievements
Rank 1
answered on 21 Jun 2011, 04:23 PM
Basically yes.  A GoogleMapProvider would be excellent.
0
Fandy Backers
Top achievements
Rank 2
answered on 15 Dec 2016, 09:13 AM

last post is from 2011, is this not possible 5 years later?!

I see some other providers, but no googlemaps? why not, when i already have a api key!

0
Rumen
Telerik team
answered on 15 Dec 2016, 10:22 AM

Hello Fandy,

There are no specific restrictions which vendor to use for Map Tile service and integrate it in Kendo Map /  RadMap. 

 What you basically need for any Map Tile service is to properly configure the URL: http://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/map#configuration-layers.urlTemplate.

Using Google's Map services should be done by considering Google's Terms of Service. And according to them we cannot provide you an official example on how to use it in conjunction with Kendo Map. I assume you can get further help from Google support on properly configuring the URL for the Map Tile service.

 

Best regards,
Rumen
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
David
Top achievements
Rank 1
answered on 28 Dec 2016, 04:27 PM
Read everything that was requested by people on this post and I concur with Telerik on the need for this. Everything requested and more can already be done with Google's API. Unless you have a heavily trafficked website it is also free. There are zillions of tutorials on this on the web. If you have the API number you have all you need. I doubt Telerik would be allowed to develop a control based on something Google owns without paying a licensing fee and that would have to be passed on to us the end-users. For the few that would use it since it can already be done now for nothing it doesn't make sense for everyone to pay for something they don't, or won't use. IMHO
Tags
General Discussions
Asked by
Robin
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Jonx
Top achievements
Rank 2
Darnell
Top achievements
Rank 1
Sebastian
Telerik team
Fandy Backers
Top achievements
Rank 2
Rumen
Telerik team
David
Top achievements
Rank 1
Share this question
or