Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to realize Local loading and moving of Base Map in Android

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces "how to realize the local loading movement of the base map in Android". In the daily operation, I believe that many people have doubts about how to achieve the local loading movement of the base map in Android. The editor consulted all kinds of materials and sorted out simple and easy-to-use operation methods. I hope it will be helpful for you to answer the doubt of "how to achieve the local loading movement of the base map in Android". Next, please follow the editor to study!

The specific code is as follows:

Public class MapMgr {public static MapMgr mapMgr = null; private int map_num = 28; private int breadx = 0; private int bready = 0; private int width = 0; private int height = 0; private Bitmap bmpView = null; / / create by danielinbiti, the premise is that your picture is indeed larger than the screen, if not larger than the screen, the following comments can be modified. Public static void init (int width,int height) {if (mapMgr==null) {mapMgr= new MapMgr (width,height);}} public static MapMgr getInstance () {return mapMgr;} public MapMgr (int width,int height) {this.width = width; this.height = height; Bitmap bmp = PicMgr.getInstance (). GetBackGroundBitmap (); bauxx = (bmp.getWidth ()-width) / 2 / / make sure the picture is bigger than the screen. Bready = (bmp.getHeight ()-height) / 2; bmpView = Bitmap.createBitmap (bmp, breadx, bounty, width, height);} public void logic () {} public void mapDown () {Bitmap bmp = PicMgr.getInstance (). GetBackGroundBitmap (); if (b_y+heightbmp.getHeight ()) {baugh = bmp.getHeight ()-height }} bmpView = Bitmap.createBitmap (bmp, bauxx, bounty, width, height);} public void mapUp () {Bitmap bmp = PicMgr.getInstance (). GetBackGroundBitmap (); if (bauy > 0) {ballery = bounty-bmp.getHeight () / map_num; if (b_y0) {bauxx = bounx-bmp.getWidth () / map_num; if (biconx)

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report