Advance thanks to all...
I need google map both in English and ARabic.For that I used the links 
below.But When I tested both maps are same.Arabic map is not showing any 
difference.Why It like that?Any comments...Welcomeee


For getting English GoogleMap:-
mapURL = 
String.Format("http://maps.google.com/maps/api/staticmap?center={0},{1}&zoom={2}&size={3}x{4}&scale=2&maptype=roadmap&sensor=false&key=apikey";,
 
geogCenterPoint.Y, geogCenterPoint.X, currentLodIndex, requestWidth, 
requestHeight)


For getting Arabic GoogleMap:-
 mapURL = 
String.Format("http://maps.google.com/maps/api/staticmap?language=ar&center={0},{1}&zoom={2}&size={3}x{4}&scale=2&maptype=roadmap&sensor=false&key=apikey";,
 
geogCenterPoint.Y, geogCenterPoint.X, currentLodIndex, requestWidth, 
requestHeight)
            

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to