google maps api 3 - How do I add markers to streets only - Android Development -
after plenty of searching, haven't yet found solution works me , i'm hoping here me. first i'll explain problem, , i'll mention of approaches i've attempted/considered far.
basically, i'm developing android app markers randomly appear around user's location. catch is, markers need placed on streets only.
i've been working google maps android api v2 i'm trying work around using "limitations" such 'geocoding'.
i've considered using different map api's such nutiteq i've had trouble implementing them. nice stick google since i've become familiar i'm willing try suggestions may have.
i have considered loading google maps api v3 in html file can use gdirections load path 1 point , parse data google maps android api v2 using js turns out gdirections has limit well.
anyone have idea how can go doing this? if solution hacky, it's still something.
i'm new android development.
funny want achieve. don't need load api v3 html. can use directions api directly: http://maps.googleapis.com/maps/api/directions/json?origin=51,19&destination=51,19&sensor=false
it still has limitations, 2000 or day device. , don't want put more 2000 markers on single user's screen, you?
this easy parse, example gson.
Comments
Post a Comment