Skip to content

Can not resolved issue showing inside activity class #5

Description

This code is not accessible inside Activity class. Showing error "Can not resolve method NavigationParameter.builder(), .app(LaunchNavigator.WAZE) & Position.builder().

LaunchNavigator navigator = LaunchNavigator.with(context);
NavigationParameter parameter = NavigationParameter.builder().app(LaunchNavigator.WAZE)
.destination(Position.builder().latitude(Double.toString(locationBox.getLatitude())).longitude(Double.toString(locationBox.getLongitude())).build()).build();
navigator.navigate(parameter);

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