1.0.9 • Published 5 years ago

instimapweb v1.0.9

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

InstiMap Web

InstiApp License

JavaScript implementation of InstiMap for InstiApp

Installation

Install in your project as npm install instimapweb

API

The following important calls are available

  • getMap - Construct and get the map from locations. This is supposed to be called only once
  • getGPS - Try to get a watch on geolocation
  • moveToLocation - Move the marker to an ILocation
  • moveMarker - Move the marker to a location
  • cleanup - Clear geolocation watch if any
  • setResidencesVisible - set if residences are visible

Configuration

getMap takes as the first argument a configuration as follows:

mapPath: string;
mapMinPath: string;
markersBase: string;
attributions: string;
map_id: string;
marker_id: string;
user_marker_id: string;

License

Peremissively licensed under MIT License.

Note The map used in the app is not distributed under this license, please contact Prof. Mandar Rane for using/distributing the map in any format.

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago