package geospatial
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class Address(buildingNumber: Option[String], street: Option[String], crossStreet: Option[String], streetNumber: Option[String], routeNumbers: Option[Seq[Integer]], streetName: Option[String], streetNameAndNumber: Option[String], municipality: Option[String], municipalitySubdivision: Option[String], countryTertiarySubdivision: Option[String], countrySecondarySubdivision: Option[String], countrySubdivision: Option[String], postalCode: Option[String], extendedPostalCode: Option[String], countryCode: Option[String], country: Option[String], countryCodeISO3: Option[String], freeformAddress: Option[String], countrySubdivisionName: Option[String], localName: Option[String], boundingBox: Option[BoundingBox]) extends Product with Serializable
- class AddressGeocoder extends CognitiveServicesBaseNoHandler with HasServiceParams with HasSubscriptionKey with HasURL with HasAddressInput with HasInternalJsonOutputParser with MapsAsyncReply with BasicLogging
- case class AddressRanges(rangeLeft: Option[String], rangeRight: Option[String], from: Option[LatLongPairAbbreviated], to: Option[LatLongPairAbbreviated]) extends Product with Serializable
- case class BoundingBox(topLeftPoint: Option[LatLongPairAbbreviated], btmRightPoint: Option[LatLongPairAbbreviated]) extends Product with Serializable
- case class BrandName(name: Option[String]) extends Product with Serializable
- class CheckPointInPolygon extends CognitiveServicesBase with HasInternalJsonOutputParser with BasicLogging with HasServiceParams with HasSubscriptionKey with HasSetGeography with HasLatLonPairInput with HasUserDataIdInput
- case class Classification(code: Option[String], names: Option[Seq[ClassificationName]]) extends Product with Serializable
- case class ClassificationName(nameLocale: Option[String], name: Option[String]) extends Product with Serializable
- case class DataSources(geometry: Option[Geometry]) extends Product with Serializable
- case class EntryPoint(type: Option[String], position: Option[LatLongPairAbbreviated]) extends Product with Serializable
- case class ErrorAdditionalInfo(type: Option[String], info: Option[String]) extends Product with Serializable
- case class ErrorDetail(code: Option[String], message: Option[String], target: Option[String], details: Option[Seq[String]], additionalInfo: Option[Seq[ErrorAdditionalInfo]]) extends Product with Serializable
- case class Geometry(id: Option[String]) extends Product with Serializable
- trait HasAddressInput extends HasServiceParams
- trait HasLatLonPairInput extends HasServiceParams
- trait HasSetGeography extends Wrappable with HasURL with HasUrlPath
- trait HasUserDataIdInput extends HasServiceParams
- case class LatLongPair(latitude: Option[Double], longitude: Option[Double]) extends Product with Serializable
- case class LatLongPairAbbreviated(lat: Option[Double], lon: Option[Double]) extends Product with Serializable
- case class LongRunningOperationResult(operationId: Option[String], status: Option[String], resourceLocation: Option[String], created: Option[Date], error: Option[ErrorDetail], warning: Option[ErrorDetail]) extends Product with Serializable
- case class MapDataMetadataResult(udid: Option[String], location: Option[String], created: Option[String], updated: Option[String], sizeInBytes: Option[String], uploadStatus: Option[String]) extends Product with Serializable
- trait MapsAsyncReply extends HasAsyncReply
- case class OperatingHours(mode: Option[String], timeRanges: Option[Seq[OperatingHoursTimeRange]]) extends Product with Serializable
- case class OperatingHoursTime(date: Option[String], hour: Option[Integer], minute: Option[Integer]) extends Product with Serializable
- case class OperatingHoursTimeRange(startTime: Option[OperatingHoursTime], endTime: Option[OperatingHoursTime]) extends Product with Serializable
- case class PointInPolygonProcessResult(summary: Option[PointInPolygonSummary], result: Option[PointInPolygonResult]) extends Product with Serializable
- case class PointInPolygonResult(pointInPolygons: Option[Boolean], intersectingGeometries: Option[Seq[String]]) extends Product with Serializable
- case class PointInPolygonSummary(sourcePoint: Option[LatLongPairAbbreviated], udid: Option[String], information: Option[String]) extends Product with Serializable
- case class PointOfInterest(name: Option[String], phone: Option[String], url: Option[String], categorySet: Option[Seq[PointOfInterestCategorySet]], classifications: Option[Seq[Classification]], brands: Option[Seq[BrandName]], openingHours: Option[OperatingHours]) extends Product with Serializable
- case class PointOfInterestCategorySet(id: Option[Integer]) extends Product with Serializable
- class ReverseAddressGeocoder extends CognitiveServicesBaseNoHandler with HasInternalJsonOutputParser with MapsAsyncReply with BasicLogging with HasServiceParams with HasSubscriptionKey with HasURL with HasLatLonPairInput
- case class ReverseSearchAddressBatchItem(statusCode: Option[Integer], response: Option[ReverseSearchAddressResult]) extends Product with Serializable
- case class ReverseSearchAddressBatchResult(summary: Option[SearchBatchSummary], batchItems: Option[Seq[ReverseSearchAddressBatchItem]]) extends Product with Serializable
- case class ReverseSearchAddressResult(error: Option[ErrorDetail], summary: Option[SearchSummary], addresses: Option[Seq[ReverseSearchAddressResultItem]]) extends Product with Serializable
- case class ReverseSearchAddressResultItem(address: Option[Address], position: Option[String], roadUse: Option[Seq[String]], matchType: Option[String]) extends Product with Serializable
- case class SearchAddressBatchItem(statusCode: Option[Integer], response: Option[SearchAddressResult]) extends Product with Serializable
- case class SearchAddressBatchProcessResult(summary: Option[SearchBatchSummary], batchItems: Option[Seq[SearchAddressBatchItem]]) extends Product with Serializable
- case class SearchAddressResult(error: Option[ErrorDetail], summary: SearchSummary, results: Option[Seq[SearchAddressResultItem]]) extends Product with Serializable
- case class SearchAddressResultItem(type: Option[String], id: Option[String], score: Option[Double], dist: Option[Double], info: Option[String], entityType: Option[String], poi: Option[PointOfInterest], address: Option[Address], position: Option[LatLongPairAbbreviated], viewport: Option[Viewport], entryPoints: Option[Seq[EntryPoint]], addressRanges: Option[AddressRanges], dataSources: Option[DataSources], matchType: Option[String], detourTime: Option[Integer]) extends Product with Serializable
- case class SearchBatchSummary(successfulRequests: Option[Integer], totalRequests: Option[Integer]) extends Product with Serializable
- case class SearchSummary(query: Option[String], queryType: Option[String], queryTime: Option[Integer], numResults: Option[Integer], limit: Option[Integer], offset: Option[Integer], totalResults: Option[Integer], fuzzyLevel: Option[Integer], geoBias: Option[LatLongPairAbbreviated]) extends Product with Serializable
- case class Viewport(topLeftPoint: Option[LatLongPairAbbreviated], btmRightPoint: Option[LatLongPairAbbreviated]) extends Product with Serializable
Value Members
- object Address extends SparkBindings[Address]
- object AddressGeocoder extends ComplexParamsReadable[AddressGeocoder] with Serializable
- object AzureMapsAPIConstants
- object CheckPointInPolygon extends ComplexParamsReadable[CheckPointInPolygon] with Serializable
- object LongRunningOperationResult extends SparkBindings[LongRunningOperationResult]
- object PointInPolygonProcessResult extends SparkBindings[PointInPolygonProcessResult]
- object ReverseAddressGeocoder extends ComplexParamsReadable[ReverseAddressGeocoder] with Serializable
- object ReverseSearchAddressBatchItem extends SparkBindings[ReverseSearchAddressBatchItem]
- object ReverseSearchAddressBatchResult extends SparkBindings[ReverseSearchAddressBatchResult]
- object ReverseSearchAddressResult extends SparkBindings[ReverseSearchAddressResult]
- object SearchAddressBatchItem extends SparkBindings[SearchAddressBatchItem]
- object SearchAddressBatchProcessResult extends SparkBindings[SearchAddressBatchProcessResult]
- object SearchAddressResult extends SparkBindings[SearchAddressResult]