Jan Webber Macias 0 Posted January 7, 2019 Is there a Google Map component that uses the iOS Google Map API (not the javascript version)? Share this post Link to post
limelect 48 Posted January 7, 2019 There was a post on G+ Delphi developer (Now closed) for a paid component. Try to search for it. Share this post Link to post
Mavarik 6 Posted January 8, 2019 On 1/7/2019 at 7:31 AM, Jan Webber Macias said: Is there a Google Map component that uses the iOS Google Map API (not the javascript version)? Not JavaScript so not this one from TMS? btw. Google Map is not "free" anymore - beside the registration you have to provide your credit cart for payment... Frank Share this post Link to post
limelect 48 Posted January 8, 2019 (edited) @Mavarik Unfortunately you are right My application http://limelect.com/downloads/kml-reader/ has this problem now. https://stackoverflow.com/questions/50977913/google-maps-shows-for-development-purposes-only We can no longer trust GOOGLE for any application. See what they did to G+. Edited January 8, 2019 by limelect Share this post Link to post
Rollo62 536 Posted January 8, 2019 But you can simply add the account data, Google still has a large free tier for free apps. If you use the map a lot, then this might get exhausted soon, and the cost may explode. For a seldom map requests the tfree tier might be OK. I also think that Goggle is not clever giving up so many interesting free projects in the past. So a lot of developers will have to look after more reliable sources then, and this could affect the whole Google Cloud business. I you don't trust once, you don't trust ever ... 1 Share this post Link to post
limelect 48 Posted January 8, 2019 @Rollo62 I use to have many GOOGLE applications for free which i do not even publish. I do not trust this company. What is the point if you do not have a stable program because some has changed the policy. Are we always to change the source for ever? Share this post Link to post
Guest Posted January 9, 2019 Everything could change in the future. You just learned one of the basic rules of life => Evolution Share this post Link to post
Attila Kovacs 629 Posted January 9, 2019 Actually, gmaps became affordable. Share this post Link to post
Dave Nottage 557 Posted January 9, 2019 On 1/7/2019 at 8:00 PM, limelect said: There was a post on G+ Delphi developer (Now closed) for a paid component. Try to search for it. I'm curious as to how they've made it work, unless it uses an older Google Maps SDK. Delphi 10.3 Rio will not link against the frameworks in the latest Google Maps SDK version, even targeting iOS 11.2 SDK Share this post Link to post
Attila Kovacs 629 Posted January 10, 2019 Btw. TomTom announced in September a free map API for mobile development. Share this post Link to post
Dave Nottage 557 Posted January 10, 2019 9 hours ago, Attila Kovacs said: Btw. TomTom announced in September a free map API for mobile development Thanks for the heads up! For anyone else interested, here's a link: https://developer.tomtom.com/maps-sdk-ios Share this post Link to post