Hi
I will have to write some data in hebrew due to hebrew street names
I am using ilocation 1.20
and the following code to send street and city name in order to get lat,lon
(as you can see I tried both ways to send the street name / city name)
in both the results are wrong
my city that I am entering: "פתח תקווה" which is first difference from Android since there I am putting "פתח תקוה" and here it require me to put double "ו" or it gives error
(I tried in andoid double "ו" and it gives correct answer on both cases (1 or 2 vav)
street:"ארלוזורוב"
number: "20"
the results that I am getting is from 2 different cities: see below:
(which missing street name)
פתח תקווה 20, נתניה, ישראל @ <+32.32377790,+34.86042210> +/- 100.00m, region CLCircularRegion (identifier:'<+32.32377790,+34.86042210> radius 49.93', center:<+32.32377790,+34.86042210>, radius:49.93m)
פתח תקווה 20, הרצליה, ישראל @ <+32.15982600,+34.85057210> +/- 100.00m, region CLCircularRegion (identifier:'<+32.15982600,+34.85057210> radius 49.93', center:<+32.15982600,+34.85057210>, radius:49.93m)
and this is the coordinate I am getting
32.3237779, 34.8604221
I check via http://www.latlong.net/
the results from the web site is correct on many ways I tried it, which is:
32.084935, 34.875742
I will have to write some data in hebrew due to hebrew street names
I am using ilocation 1.20
and the following code to send street and city name in order to get lat,lon
B4X:
Dim LocationName As String
'LocationName= Main.Street & " " & Main.Number & " , " & Main.City & " , ישראל"
LocationName= Main.City & " " & Main.Number & " " & Main.Street
Geocoder1.ResolveAddress(LocationName)
(as you can see I tried both ways to send the street name / city name)
in both the results are wrong
my city that I am entering: "פתח תקווה" which is first difference from Android since there I am putting "פתח תקוה" and here it require me to put double "ו" or it gives error
(I tried in andoid double "ו" and it gives correct answer on both cases (1 or 2 vav)
street:"ארלוזורוב"
number: "20"
the results that I am getting is from 2 different cities: see below:
(which missing street name)
פתח תקווה 20, נתניה, ישראל @ <+32.32377790,+34.86042210> +/- 100.00m, region CLCircularRegion (identifier:'<+32.32377790,+34.86042210> radius 49.93', center:<+32.32377790,+34.86042210>, radius:49.93m)
פתח תקווה 20, הרצליה, ישראל @ <+32.15982600,+34.85057210> +/- 100.00m, region CLCircularRegion (identifier:'<+32.15982600,+34.85057210> radius 49.93', center:<+32.15982600,+34.85057210>, radius:49.93m)
and this is the coordinate I am getting
32.3237779, 34.8604221
I check via http://www.latlong.net/
the results from the web site is correct on many ways I tried it, which is:
32.084935, 34.875742