init static method

void init(
  1. String apiKey
)

Initializer of GoogleMapCross.

Required if Directions API will be needed. For other cases, could be ignored.

Implementation

static void init(String apiKey) => DirectionsService.init(apiKey);