Skip to content

Cannot modify default opening position on map #28

@davegallant

Description

@davegallant

I've got the map embedded on iOS but cannot change the default location.

I tried changing (in MapKit.js)

var MapKit = function() {
this.options = {
height: 260,
diameter: 1000,
atBottom: true,
lat: 33.281468,
lon: -71.104446
};

the lat and lon to different values but the map always opens to the same location.

What am I doing wrong here?

Cheers,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions