Skip to content
This repository was archived by the owner on Jun 25, 2019. It is now read-only.
This repository was archived by the owner on Jun 25, 2019. It is now read-only.

how to get an image with marker and zoom level? #15

@carlosbdw

Description

@carlosbdw

There are two methods to get the image , but how to get an image with marker and zoom level?

Uri getStaticUri(Location center, int zoomLevel, {int width, int height}) {
return _buildUrl(null, center, zoomLevel ?? defaultZoomLevel,
width ?? defaultWidth, height ?? defaultHeight);
}

Uri getStaticUriWithMarkers(List markers, {int width, int height}) {
return _buildUrl(
markers, null, null, width ?? defaultWidth, height ?? defaultHeight);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions