package org.syzygy.gps.mappers; public final class GoogleRoadMapper extends GoogleStaticMapper { protected String mapType() { return "roadmap"; } }