Hello

Hello,
Can i retrieve the information about current street name and current speed from Locationsensor?

Comments

  1. Will need a geo decode for that. Get coords from the LocationSensor (lat, lon) and use the Google Maps API.

    ReplyDelete
  2. About speed, it is possible because Android GPS will use the NMEA standard.
    Someone 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

    ReplyDelete
  3. Reminder: We do have a iOS & Android Community now :)

    ReplyDelete
  4. Magno Lima
    How can use google api with case IOS can you show me simple example?

    ReplyDelete
  5. We could be able to move thread/posts >)

    ReplyDelete
  6. 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.

    ReplyDelete
  7. 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

Post a Comment