资 源 简 介
**Note: OpenPoi is a new project, and this website is in the process of being filled with useful documentation. Please note that its currently work in progress.**
Introduction
OpenPoi aims to help you putting points of inerests (POIs) on your maps in an easy, flexible fashion, while still providing high performance.
OpenPoi supports both the dead-simple scenario - you have POIs in a database table layout specified by OpenPoi, up to as advanced as you need: the database (or whatever persistence method you like) is fully plug-in driven, and you can quickly write support for your own storage backend.
OpenPoi has a simple API towards clients, which by default serves responses formatted as JSON. It also supports JSONP. For other formats, you can also write your own protocol implementation, since it is also plug-in driven.
OpenPo