开发者

google static maps API : mobile

开发者 https://www.devze.com 2023-01-31 17:05 出处:网络
i am using static \"googlestatic maps API\" on mobile j2me when i use it on emulator on my PC .... it is retrieve map successfully

i am using static "google static maps API" on mobile j2me

when i use it on emulator on my PC .... it is retrieve map successfully

but when i use it with mobile it is give me the following exception: Illegal argument exception

does any body 开发者_如何学Chave a solution for this problem

request URL:

http://maps.google.com/maps/api/staticmap?zoom=6&size=240x229&markers=color:blue|label:L|63.279591,-144.967969&sensor=false

Thanks


i found the solution from my TTL

in Nokia mobile http connection does not recognize "|" add URL encoded for this symbol: "%7C" and it is should work probably

0

精彩评论

暂无评论...
验证码 换一张
取 消