Nimrod007/waze-api

Why on get address list you use that fixed lat/long?

Closed this issue · 3 comments

Why on get address list you use that fixed lat/long?

It covers all the world or is only to bring address near you?

Thanks.

sorry for the last response...
not sure i understand the question.. why not use what ?

When you get the address list you send a fixed parameter to waze API. I dont understand why you use it.

when asking a question its nice to add code your talking about ...
so if your talking about this:

addressURL = "https://www.waze.com/SearchServer/mozi?q=" + URLEncoder.encode(address, "UTF-8") + "&lang=eng&lon=-73.96888732910156%20&lat=40.799981900731964&origin=livemap";

they require some lang and lot so i added something.

if you see its not required anymore you can remove