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?
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.
Source: https://habr.com/ru/post/1795481/More articles:Why does my application crash when I add an insert row in my table view? - iosWhy does the application crash when I add a row to the table view? - iphoneRadioButton or CheckBox in AlertDialog - androidShow window on hover over jlist - swingiPhone SDK: How to check if the IP address is actually entered by the user? - objective-cAdding and removing items dynamically in the same view with Entity Framework and MVC - asp.netIPhone files are not resistant - c #How do I iterate over multiple files while maintaining the base name for further processing? - bashFilling objects with objects - c #Intercepting installed applications on an Android device - javaAll Articles