Warning

This feature is available in the Full MapKit SDK version

Package com.yandex.mapkit.search

Class ParkingAttributes

java.lang.Object
    ↳ com.yandex.mapkit.search.ParkingAttributes

class ParkingAttributes implements Serializable

Summary

Constructors

Signature and Description

ParkingAttributes()
Use constructor with parameters in your code.

ParkingAttributes(@Nullable java.lang.String orgURI,
                  @Nullable Money firstHourPrice,
                  @Nullable java.lang.Integer placesCount)

Methods

Type and modifiers

Method and Description

synchronized java.lang.String

getOrgURI()
Parking organization URI.

synchronized Money

getFirstHourPrice()
Price of the first hour.

synchronized java.lang.Integer

getPlacesCount()
Maximum number of parking places (capacity).

void

serialize(com.yandex.runtime.bindings.Archive archive)

static java.lang.String

getNativeName()

Constuctors

ParkingAttributes

ParkingAttributes()

Use constructor with parameters in your code.

This one is for serialization only!


ParkingAttributes

ParkingAttributes(@Nullable java.lang.String orgURI,
                  @Nullable Money firstHourPrice,
                  @Nullable java.lang.Integer placesCount)


Methods

getOrgURI

@Nullable
java.lang.String getOrgURI()

Parking organization URI.

For example, parking zone or any toll area or inside building parking.

Optional field, can be null.


getFirstHourPrice

@Nullable
Money getFirstHourPrice()

Price of the first hour.

Optional field, can be null.


getPlacesCount

@Nullable
java.lang.Integer getPlacesCount()

Maximum number of parking places (capacity).

Optional field, can be null.


serialize

@Override
void serialize(com.yandex.runtime.bindings.Archive archive)


getNativeName

java.lang.String getNativeName()