Class

Map

Map(width, height, latitude, longitude, zoom, issues)

GettingStarted Component

-this contains all user needs to know in order to use the app

Constructor

# new Map(width, height, latitude, longitude, zoom, issues)

Parameters:
Name Type Description
width number
height number
latitude number
longitude number
zoom number
issues object

Ex: [{location: { latitude: 40.73061, longitude: -73.935242 },description: 'description1',id: '123',},{location: { latitude: 40.74161, longitude: -73.946242 },description: 'description2',id: '321',},]

View Source components/Map/Map.js, line 18