Route Map

Abino Amriy E S
2 min readDec 18, 2021

--

Introduction :

In this article, I will talk about creating a Map Application Using Huawei app kits. In this application user can view whole world map, view whole weather map, user can share his location and user can draw route for his/her location.

Important Features :

• Easy to find best route for your destination.

• It provides all weather updates over the world.

• It gives global Covid-19 stats.

Account kit :

Account Kit provides you with simple, secure, and quick sign-in and authorization functions. Instead of entering accounts and passwords and waiting for authentication, users can just tap the Sign in with HUAWEI ID button to quickly and securely sign in to your app with their HUAWEI IDs. With Account Kit, Android app allows for quick, secure sign-in with HUAWEI ID and automatic reading of SMS verification code, and then calls open APIs provided by Huawei through authorization credentials

Map Kit :

Map Kit is an SDK for map development. It covers map data of more than 200 countries and regions, and supports over 70 languages. With this SDK, you can easily integrate map-based functions into your apps. Map Kit continuously optimizes and enriches the map detail display capability. For example, Map Kit can clearly show green fields and vegetation information when the map is zoomed out. It can also display most suitable POIs and road network information in different scales based on the POI attributes and regional road network differences. Map Kit supports gestures including zoom, rotation, moving, and tilt gestures to ensure smooth interaction experience.

Location Kit :

Location Kit provides capabilities for you to obtain the precise user device location quickly, helping you build up global positioning capabilities and expand your global business. The Location SDK for Android combines the Global Navigation Satellite System (GNSS), Wi-Fi, and base station location functionalities into app to build up global positioning capabilities, provide flexible location-based services for global users. Currently, it provides four main functions: fused location, activity identification, geofence, and high-precision location.

Awareness Kit :

HUAWEI Awareness Kit provides app with the ability to obtain contextual information including user’s current time, location, behavior, audio device status, ambient light, weather, and nearby beacons. App can gain insight into a user’s current situation more efficiently, making it possible to deliver a smarter, more considerate user experience.

--

--