java me - Core Google Map API for J2ME -


i using http url show map in j2me application takes more time draws image on each refresh. since internet speed bit slow in gprs.

is there core google map api j2me??

is com.jappit.midmaps.googlemaps.googlemaps authorized google map library j2me application??

waiting reply.

regards,

parmanand

no, there not core google map api j2me. no, jappit library not official authorised product, though attempt mapping library based on technology available @ time.

the reason update of map slow in jappit library, underlying static mapping service behind not suited refreshing , updating dynamic map.

every time map shifted or updated, image size of screen downloaded leading large amount of data traffic. better solution can found in using map tile service, implement aggressive image caching , adding overlay objects on top of it. doing avoid downloading more images.

so in summary use web service static maps api, if need single map image. use dedicated java me mapping library such here maps api java me if want responsive dynamic map.

as notice of affiliation, should mention work nokia.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -