setLocaleIdentifier method

Future<void> setLocaleIdentifier(
  1. String localeIdentifier
)

Sets the locale identifier used for the geocoding.

The localeIdentifier should be formatted using the syntax: languageCode_countryCode (eg. en_US or nl_NL).

Implementation

Future<void> setLocaleIdentifier(
  String localeIdentifier,
) {
  throw UnimplementedError(
      'setLocaleIdentifier() has not been implementated.');
}