Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google map api for hebrew

I am developing google map application for Israeli but i have no idea that geocoding not found address location using hebrew name address. I am really need help what should i do to get that.

Issue still exists that related with curl. Using browser i get response with Ok status for this : http://maps.google.com/maps/geo?q=%D7%94%D7%A8%D7%A6%D7%9C%2053%20%D7%A0%D7%AA%D7%A0%D7%99%D7%94%20%D7%99%D7%A9%D7%A8%D7%90%D7%9C&output=json&sensor=true

But using curl google response with Bad Request. Anyone can help?

Thanks, Dwi

like image 945
dwi Avatar asked Sep 21 '11 11:09

dwi


2 Answers

Are you passing the hebrew language parameter when calling the JS file?

http://code.google.com/apis/maps/documentation/javascript/basics.html#Localization

e.g. I think you would do:

<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?language=iw">
like image 173
duncan Avatar answered Sep 22 '22 16:09

duncan


For Hebrew please add this

http://maps.googleapis.com/maps/api/js?language=iw

As example for lnaguage hebrew

like image 43
hod caspi Avatar answered Sep 25 '22 16:09

hod caspi