LocationQueryOption constructor

LocationQueryOption(
  1. String value
)

Implementation

LocationQueryOption(final String value)
    : super(OptionType.locationQuery, value);