| Package | Description |
|---|---|
| com.google.api.services.blogger.model |
| Modifier and Type | Method and Description |
|---|---|
Post.Location |
Post.Location.clone() |
Post.Location |
Post.getLocation()
The location for geotagged posts.
|
Post.Location |
Post.Location.set(String fieldName,
Object value) |
Post.Location |
Post.Location.setLat(Double lat)
Location's latitude.
|
Post.Location |
Post.Location.setLng(Double lng)
Location's longitude.
|
Post.Location |
Post.Location.setName(String name)
Location name.
|
Post.Location |
Post.Location.setSpan(String span)
Location's viewport span.
|
| Modifier and Type | Method and Description |
|---|---|
Post |
Post.setLocation(Post.Location location)
The location for geotagged posts.
|
Copyright © 2011–2025 Google. All rights reserved.