Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.
This repository was archived by the owner on May 15, 2024. It is now read-only.

OpenMaps API #287

@jamesmontemagno

Description

@jamesmontemagno

Original Implementations: https://github.com/jamesmontemagno/LaunchMapsPlugin

OpenMaps would do just that... open the maps to a specific destination on the map and allow the developer to specify the direction type.

API:

Task OpenMapsAsync(Location location, MapLaunchOptions options);
Task OpenMapsAsync(double latitude, double longitude, MapLaunchOptions options);
Task OpenMapsAsync(Placemark placemark, MapLaunchOptions options);

Struct: MapLaunchOptions

public MapNavigation MapNavigation {get;set;}
public string Name { get; set; }

Enums:

enum MapNavigation
{
    Default,
    Driving,
    Walking
}

Implementations

  • iOS: MapItem has this built in
  • Android: Launch Intents to Google Maps else Default app
  • UWP: bingmaps: launch uri for maps

Metadata

Metadata

Assignees

Labels

in-progressActively being worked on.ready-to-implementFeature approved, specs written, and ready to implement.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions