如何在j2me中的地图上绘制点或线?
我想知道如何在 j2me 语言中根据用户的 GPS 值在地图上绘制一个点。城市地图是图像(png)还是什么?
I want know how to draw a point on a map that comes from the user's GPS values in a j2me language. Is the map of a city an image (png) or what?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 J2ME 绝对可以实现。
您必须传递纬度经度作为请求,您将获得地图
作为响应,您将获得图像(您在请求中指定的图像格式)。
请按照教程操作,它会对您有所帮助。
It is definitely possible with J2ME.
you have to pass latitude longitude as request and you will get map
as a response you will get image(Image formate you specified in request).
follow the tutorial it will help you.