What I have done: my company has a Google Maps key. So we did a small HTML page calling the Google Maps API functions. That page is accessed by my app through our website URL, so I can use the methods I created, such routing, georeverse, markups, etc. My app open the page with GET and pass the needed parameters so the TWebbrowser process it all. If is that what you need and dont know how to do, I can provide some example.
Thanks to all, i have used georeverse to show the location info, but still searching a way to find out a speed of the "Object", Mango Lima i do same thing, i use POST method to pass the parameters on Gateway then i store parameters into DB then i retrieve those parameters and show into the map. i will appreciate if you provide me with some examples.
Will need a geo decode for that. Get coords from the LocationSensor (lat, lon) and use the Google Maps API.
ReplyDeleteAbout speed, it is possible because Android GPS will use the NMEA standard.
ReplyDeleteSomeone could bring that info with this:
http://developer.android.com/reference/android/location/GpsStatus.NmeaListener.html
I cant help here as I am not a Java programmer and I new with all this Android stuff. Speed on NMEA is on knots and no Km/h.
I have not tried, but you can try this: LocationSensor1.Sensor.Speed
Reminder: We do have a iOS & Android Community now :)
ReplyDeleteMagno Lima
ReplyDeleteHow can use google api with case IOS can you show me simple example?
We could be able to move thread/posts >)
ReplyDeleteWhat I have done: my company has a Google Maps key. So we did a small HTML page calling the Google Maps API functions.
ReplyDeleteThat page is accessed by my app through our website URL, so I can use the methods I created, such routing, georeverse, markups, etc. My app open the page with GET and pass the needed parameters so the TWebbrowser process it all.
If is that what you need and dont know how to do, I can provide some example.
Thanks to all, i have used georeverse to show the location info, but still searching a way to find out a speed of the "Object", Mango Lima i do same thing, i use POST method to pass the parameters on Gateway then i store parameters into DB then i retrieve those parameters and show into the map. i will appreciate if you provide me with some examples.
ReplyDelete