Covered Cards for IOS / Android

I want to create a closed card for a shopping center. I use Beacons to get positions and navigation for the shortest paths. I do not need gps or any other wifi. I need:

  • I need to know how to create maps that can scale and shrink like Google maps.
  • I want to draw paths disgustingly when the user searches for it, so I need to keep this functionality in mind when creating maps.

Any body helps, thanks in advance.

[Note. I have studied Google maps, but for some reason I cannot use the google map indoor function. I also do not want to use any API that needs to be signed)

+4
source share
2 answers

.

indoor map ( : mall) map background image. , beacons, x y.

, , , google.

zoom on pinch image (map image)

, , .

, x and y coordinates. , - intial coordinate(0,0) x=0, y=0. , coordinates UI

+2

Google ( ) Mapbox, SDK. https://www.mapbox.com/developers/

0

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


All Articles