| Package | Description |
|---|---|
| com.azure.search.models |
Package containing the data models for SearchServiceRestClient.
|
| Modifier and Type | Method and Description |
|---|---|
static GeoPoint |
GeoPoint.create(double latitude,
double longitude)
Create GeoPoint object from latitude and longitude
|
static GeoPoint |
GeoPoint.create(double latitude,
double longitude,
CoordinateSystem coordinateSystem)
Create GeoPoint object from latitude, longitude and coordinate system
|
GeoPoint |
GeoPoint.setCoordinates(List<Double> coordinates)
Set coordinates
|
GeoPoint |
GeoPoint.setCoordinateSystem(CoordinateSystem coordinateSystem)
Set CoordinateSystem
|
Copyright © 2020 Microsoft Corporation. All rights reserved.