How can I draw a point or line on a map in j2me?

I want to know how to draw a point on a map that comes from custom GPS values ​​in j2me. Is the city map image (png) or what?

+3
source share
1 answer

It is possible with J2ME.

you need to pass latitude longitude as request and you will get a map

as an answer, you will get an image (image formats that you specified in the request).

follow the tutorial , it will help you.

0
source

Source: https://habr.com/ru/post/1795481/


All Articles