Panoramio-API

Java library for interaction with Panoramio API http://www.panoramio.com/api/data/api.html

License

License

GroupId

GroupId

me.atlis
ArtifactId

ArtifactId

panoramio-api
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Panoramio-API
Java library for interaction with Panoramio API http://www.panoramio.com/api/data/api.html
Project URL

Project URL

https://github.com/AtlisInc/Panoramio-API
Source Code Management

Source Code Management

http://github.com/AtlisInc/Panoramio-API

Download panoramio-api

How to add to project

<!-- https://jarcasting.com/artifacts/me.atlis/panoramio-api/ -->
<dependency>
    <groupId>me.atlis</groupId>
    <artifactId>panoramio-api</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/me.atlis/panoramio-api/
implementation 'me.atlis:panoramio-api:1.0.1'
// https://jarcasting.com/artifacts/me.atlis/panoramio-api/
implementation ("me.atlis:panoramio-api:1.0.1")
'me.atlis:panoramio-api:jar:1.0.1'
<dependency org="me.atlis" name="panoramio-api" rev="1.0.1">
  <artifact name="panoramio-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.atlis', module='panoramio-api', version='1.0.1')
)
libraryDependencies += "me.atlis" % "panoramio-api" % "1.0.1"
[me.atlis/panoramio-api "1.0.1"]

Dependencies

compile (4)

Group / Artifact Type Version
log4j : log4j jar RELEASE
com.google.code.gson : gson jar RELEASE
org.apache.commons : commons-lang3 jar RELEASE
me.atlis : atlis-location-base jar RELEASE

test (2)

Group / Artifact Type Version
junit : junit jar RELEASE
org.hamcrest : hamcrest-core jar RELEASE

Project Modules

There are no modules declared in this project.

Panoramio-API

Java library for interaction with Panoramio API panoramio.com

Maven Dependency

<dependency>
  <groupId>me.atlis</groupId>
  <artifactId>panoramio-api</artifactId>
  <version>RELEASE</version>
</dependency>

Usage

Very simple.

Double latitude = 40.7470;
Double longitude = -73.9860;
Double radius = 5.0;
MapRegion mapRegion = new MapRegion().buildMapRegion(latitude, longitude, radius);
PanoramioImages panoramioImages = PanoramioAPI.with().getImagesForLocation(Arrays.asList(mapRegion));
List<PanoramioImage> images = panoramioImages.getPhotos();

PanoramioAPI is thread safe singleton.

Dependencies

License

LGPL. See LICENSE file for details.

me.atlis

Atlis

Discover better. Together.

Versions

Version
1.0.1
1.0.0