GeopointQuery

The GeopointQuery input represents the geographic point location in the activities, workplaces and suggestions queries.

Schema

 

 

input GeopointQuery {

    lat: Float!

    lon: Float!

    distanceMeter: Float

}

 

 

Field

Type

Description

lat

Float!

Target geopoint latitude.

lon

Float!

Target geopoint longitude.

distanceMeter

Float

Meter allowance from target geopoint.

 

 

 

Availability

HealthCare Locator SDK 1.2.15 and higher

GraphQL Activity API 2.0