Fleet Mobile
Search Results for

    Show / Hide Table of Contents

    Interface IOpenMapHandler

    Namespace: Fleet.Mobile
    Assembly: FleetMobile.dll
    Syntax
    public interface IOpenMapHandler

    Methods

    OpenAndroidDirectionMap(double, double, string)

    Declaration
    bool OpenAndroidDirectionMap(double lat, double lng, string name)
    Parameters
    double lat

    double lng

    string name

    Returns
    bool

    OpenIOSAppleMap(double, double, string)

    Declaration
    bool OpenIOSAppleMap(double lat, double lng, string name)
    Parameters
    double lat

    double lng

    string name

    Returns
    bool

    OpenMap(ObservableCollection<RouteItem>)

    Declaration
    bool OpenMap(ObservableCollection<RouteItem> routeItems)
    Parameters
    ObservableCollection<RouteItem> routeItems

    Returns
    bool

    In this article
    Back to top Generated by DocFX