Skip to content

zhxiaogg/react-native-bmk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-bmk

react native bridge for baidu map.

Usage

see this demo project.

TODO (& milestone)

  • ios
    • Base Module
    • MapView Module
      • MapView(basic properties & methods)
      • MapView(events)
      • MapView(LocationViewAPI)
      • MapView(AnnotationAPI)
      • MapView(HeatMapAPI)
      • MapView(InDoorMapAPI)
      • MapView(OverlaysAPI)
    • Search Module
      • POI search
      • Geocode search
      • Suggestion search
      • Others
    • Location Module
      • optimization for event callback
    • Cloud Module
      • POI list
      • Cloud Search
    • Radar Module
    • Utils Module
  • Android (not supported yet, open for contribution)

Versioning

major.minor.patch, the minor value is the BaiduMap SDK version. eg: 0.332.0 indicates this package is built with BaiduMap SDK 3.3.2. For bug fix or other code push, we simply bump the patch version.

contribute

TODO, I will introduce a detail explaination on how to create this project from scratch.